Categories

Versions

Log Operator Runtimes (Operator Toolbox)

Synopsis

Enables the logging of operator runtimes for the current process.

Description

This operator enables the logging of operator runtimes for the current process. Runtimes are logged to a log table with the same name as the operator. Only runtimes of subsequent operators are logged. Thus, this operator should usually be placed at the beginning of the process.

The operator differs from the more generic Log operator in that it automatically logs the runtimes of all runs of all subsequent operators. For example, an operator nested in a loop with 10 iterations will results in 10 log entries. This operator will furthermore log the runtimes of operators embedded via Execute Process.

Input

  • through

    The operator will pass through any inputs to the corresponding outputs.

Output

  • through

    The operator will pass through any inputs to the corresponding outputs.

Tutorial Processes

Log and convert operator runtimes

This tutorial process demonstrates how to log and convert operator runtimes for further analysis.